<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

body{	margin:0px;}
ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}


.resizeimg {
	position:absolute;
	left: 50%;
	top: 10px;
	margin-left: -125px;
	z-index:99999;
}




/*******************
	-	CONTENT	-	
*******************/	
/* Centered Container for all Content*/
#content_wrap{
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	z-index:5;
	position:relative;
	
}

.example-wrapper{
	z-index:3;
	position:relative;
	width:100%;
	margin:auto;
	border:1px solid rgba(0,0,0,0.5);	
	background: transparent url('../megafolio/assets/black50.png') repeat center top;
	padding:30px;
	margin-bottom:120px;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
}


#products{
	width:100%;
	height:auto;
	position:relative;		
}

h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:30px;
	color: #fff;
	line-height: 30px;
	 text-shadow: 1px 1px 5px #000
}

</pre></body></html>